home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sprite 1984 - 1993
/
Sprite 1984 - 1993.iso
/
src
/
lib
/
c
/
hash
/
Makefile
< prev
next >
Wrap
Makefile
|
1992-06-08
|
1KB
|
43 lines
#
# Prototype makefile for libraries with multiple source directories
#
# This Makefile is automatically generated.
# DO NOT EDIT IT OR YOU MAY LOSE YOUR CHANGES.
#
# Generated from /sprite/lib/mkmf/Makefile.biglib
# Mon Jun 8 14:28:16 PDT 1992
#
# For more information, refer to the mkmf manual page.
#
# $Header: /sprite/lib/mkmf/RCS/Makefile.biglib,v 1.16 91/04/11 12:55:34 kupfer Exp $ SPRITE (Berkeley)
#
# Allow mkmf
ALLSRCS = Hash.c HashChainSearch.c Hash_CreateEntry.c Hash_DeleteEntry.c Hash_DeleteTable.c Hash_EnumFirst.c Hash_EnumNext.c Hash_FindEntry.c Hash_InitTable.c Hash_PrintStats.c
LINTSRCS =
MACHINES = ds3100 sun3 sun4 symm
MAKEFILE = Makefile
MANPAGES = Hash.man Hash_CreateEntry.man Hash_DeleteEntry.man Hash_DeleteTable.man Hash_EnumFirst.man Hash_GetValue.man Hash_InitTable.man Hash_PrintStats.man
NAME = c
PUBHDRS =
SUBDIR = hash
#include <settm.mk>
TYPE = sprite
DISTDIR ?= /dist/sprite/src/lib/c/hash
SYSMAKEFILE = biglib.mk
#if exists($(TM).md/md.mk)
#include "$(TM).md/md.mk"
#endif
#if exists(local.mk)
#include "local.mk"
#else
#include <$(SYSMAKEFILE)>
#endif
#if exists($(DEPFILE))
#include "$(DEPFILE)"
#endif